home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Tools / Developers / PEDELF32.ZIP / pedelf32 / MAIN.dfm / MAIN.txt
Encoding:
Text File  |  1998-09-28  |  7.5 KB  |  311 lines

  1. object MainForm: TMainForm
  2.   Left = 94
  3.   Top = 196
  4.   AutoScroll = False
  5.   Caption = 'Delphi Print Engine Application'
  6.   ClientHeight = 179
  7.   ClientWidth = 577
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Menu = MainMenu
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnResize = FormResize
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object PnlMain: TPanel
  22.     Left = 0
  23.     Top = 152
  24.     Width = 577
  25.     Height = 25
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 8
  29.       Top = 4
  30.       Width = 49
  31.       Height = 16
  32.       Caption = 'Status :'
  33.     end
  34.     object Label2: TLabel
  35.       Left = 416
  36.       Top = 4
  37.       Width = 42
  38.       Height = 16
  39.       Caption = 'Dest : '
  40.     end
  41.     object PnlStatus: TPanel
  42.       Left = 64
  43.       Top = 2
  44.       Width = 337
  45.       Height = 20
  46.       BevelOuter = bvLowered
  47.       Caption = 'None'
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clBlack
  50.       Font.Height = -13
  51.       Font.Name = 'Arial'
  52.       Font.Style = []
  53.       ParentFont = False
  54.       TabOrder = 0
  55.     end
  56.     object PnlDestination: TPanel
  57.       Left = 464
  58.       Top = 2
  59.       Width = 89
  60.       Height = 20
  61.       BevelOuter = bvLowered
  62.       Caption = 'None'
  63.       Font.Charset = DEFAULT_CHARSET
  64.       Font.Color = clBlack
  65.       Font.Height = -13
  66.       Font.Name = 'Arial'
  67.       Font.Style = []
  68.       ParentFont = False
  69.       TabOrder = 1
  70.     end
  71.   end
  72.   object OpenReportDialog: TOpenDialog
  73.     DefaultExt = 'rpt'
  74.     Filter = 'Crystal Reports|*.rpt'
  75.     InitialDir = 'c:\work'
  76.     Left = 544
  77.     Top = 72
  78.   end
  79.   object MainMenu: TMainMenu
  80.     Left = 544
  81.     Top = 40
  82.     object MnuiFile: TMenuItem
  83.       Caption = 'File'
  84.       object MnuExit: TMenuItem
  85.         Caption = 'E&xit'
  86.         Hint = 'Exit Crpedemo'
  87.         OnClick = MnuExitClick
  88.       end
  89.     end
  90.     object MnuEngine: TMenuItem
  91.       Caption = 'Engine'
  92.       object MnuOpenEngine: TMenuItem
  93.         Caption = '&Open Engine'
  94.         Hint = 'Open Crystal Reports Print Engine'
  95.         OnClick = MnuOpenEngineClick
  96.       end
  97.       object N14: TMenuItem
  98.         Caption = '-'
  99.         Enabled = False
  100.       end
  101.       object MnuCloseEngine: TMenuItem
  102.         Caption = '&Close Engine'
  103.         Enabled = False
  104.         Hint = 'Close Crystal Reports Print Engine'
  105.         OnClick = MnuCloseEngineClick
  106.       end
  107.     end
  108.     object MnuReport: TMenuItem
  109.       Caption = 'Report'
  110.       Enabled = False
  111.       object MnuOpenReport: TMenuItem
  112.         Caption = 'Open Report'
  113.         Enabled = False
  114.         Hint = 'Open a Report'
  115.         OnClick = MnuOpenReportClick
  116.       end
  117.       object N13: TMenuItem
  118.         Caption = '-'
  119.         Enabled = False
  120.       end
  121.       object MnuCloseReport: TMenuItem
  122.         Caption = 'Close Report'
  123.         Enabled = False
  124.         Hint = 'Close Report'
  125.         OnClick = MnuCloseReportClick
  126.       end
  127.     end
  128.     object MnuSqlOptions: TMenuItem
  129.       Caption = 'SQL Options'
  130.       Enabled = False
  131.       object MnuShowSQLQuery: TMenuItem
  132.         Caption = 'Show SQL Query'
  133.         Enabled = False
  134.         OnClick = MnuShowSQLQueryClick
  135.       end
  136.       object N7: TMenuItem
  137.         Caption = '-'
  138.         Enabled = False
  139.       end
  140.       object MnuTestConnectivity: TMenuItem
  141.         Caption = 'Test Table Connectivity'
  142.         OnClick = MnuTestConnectivityClick
  143.       end
  144.       object N8: TMenuItem
  145.         Caption = '-'
  146.         Enabled = False
  147.       end
  148.       object MnuGetInfo: TMenuItem
  149.         Caption = 'Get/Set Log on Info'
  150.         OnClick = MnuGetInfoClick
  151.       end
  152.       object N6: TMenuItem
  153.         Caption = '-'
  154.         Enabled = False
  155.       end
  156.       object MnuLogOn: TMenuItem
  157.         Caption = 'Log On Server'
  158.         OnClick = MnuLogOnClick
  159.       end
  160.       object MnuLogOff: TMenuItem
  161.         Caption = 'Log Off Server'
  162.         Enabled = False
  163.         OnClick = MnuLogOffClick
  164.       end
  165.     end
  166.     object MnuDestination: TMenuItem
  167.       Caption = 'Destination'
  168.       Enabled = False
  169.       object MnuToWindow: TMenuItem
  170.         Caption = 'To Window'
  171.         OnClick = MnuToWindowClick
  172.       end
  173.       object N11: TMenuItem
  174.         Caption = '-'
  175.         Enabled = False
  176.       end
  177.       object MnuToPrinter: TMenuItem
  178.         Caption = 'To Printer'
  179.         OnClick = MnuToPrinterClick
  180.       end
  181.       object N12: TMenuItem
  182.         Caption = '-'
  183.         Enabled = False
  184.       end
  185.       object MnuToFile: TMenuItem
  186.         Caption = 'To File'
  187.         Enabled = False
  188.       end
  189.     end
  190.     object MnuFormatting: TMenuItem
  191.       Caption = 'Formatting'
  192.       Enabled = False
  193.       object MnuGetRepTitle: TMenuItem
  194.         Caption = 'Get Report Title'
  195.         OnClick = MnuGetRepTitleClick
  196.       end
  197.       object N5: TMenuItem
  198.         Caption = '-'
  199.         Enabled = False
  200.       end
  201.       object MnuDiscard: TMenuItem
  202.         Caption = 'Discard Saved Data'
  203.         OnClick = MnuDiscardClick
  204.       end
  205.       object N4: TMenuItem
  206.         Caption = '-'
  207.         Enabled = False
  208.       end
  209.       object MnuGetSectionMin: TMenuItem
  210.         Tag = 1
  211.         Caption = 'Get Section Minimum'
  212.         OnClick = MnuGetSectionMinClick
  213.       end
  214.       object MnuSetSectionMin: TMenuItem
  215.         Tag = 2
  216.         Caption = 'Set Section Minimum'
  217.         OnClick = MnuSetSectionMinClick
  218.       end
  219.     end
  220.     object MnuLocation: TMenuItem
  221.       Caption = 'Location'
  222.       Enabled = False
  223.       object MnuGetLocation: TMenuItem
  224.         Caption = 'Get Table Locations'
  225.         OnClick = MnuGetLocationClick
  226.       end
  227.       object SetTableLocations1: TMenuItem
  228.         Caption = 'Set Table Locations'
  229.         OnClick = SetTableLocations1Click
  230.       end
  231.     end
  232.     object MnuFormulas: TMenuItem
  233.       Caption = 'Formulas'
  234.       Enabled = False
  235.       object MnuSelection: TMenuItem
  236.         Caption = 'Selection Formula'
  237.         OnClick = MnuSelectionClick
  238.       end
  239.       object N9: TMenuItem
  240.         Caption = '-'
  241.         Enabled = False
  242.       end
  243.       object MnuGroup: TMenuItem
  244.         Caption = 'Group Selection'
  245.         OnClick = MnuGroupClick
  246.       end
  247.       object N10: TMenuItem
  248.         Caption = '-'
  249.         Enabled = False
  250.       end
  251.       object MnuAllFormulas: TMenuItem
  252.         Caption = 'Formulas'
  253.         OnClick = MnuAllFormulasClick
  254.       end
  255.     end
  256.     object MnuPrint: TMenuItem
  257.       Caption = 'Print'
  258.       Enabled = False
  259.       object MnuPrintNow: TMenuItem
  260.         Caption = 'Print Now'
  261.         Enabled = False
  262.         OnClick = MnuPrintNowClick
  263.       end
  264.       object MnuClosePreview: TMenuItem
  265.         Caption = 'Close Preview'
  266.         Enabled = False
  267.         OnClick = MnuClosePreviewClick
  268.       end
  269.       object N2: TMenuItem
  270.         Caption = '-'
  271.         Enabled = False
  272.       end
  273.       object MnuGetPrintOptions: TMenuItem
  274.         Caption = 'Get Print Options'
  275.         OnClick = MnuGetPrintOptionsClick
  276.       end
  277.       object N3: TMenuItem
  278.         Caption = '-'
  279.         Enabled = False
  280.       end
  281.       object MnuGetSelectedPrinter: TMenuItem
  282.         Caption = 'Get Selected Printer'
  283.         OnClick = MnuGetSelectedPrinterClick
  284.       end
  285.       object MnuSelectPrinter: TMenuItem
  286.         Caption = 'Select Another Printer'
  287.         OnClick = MnuSelectPrinterClick
  288.       end
  289.     end
  290.     object MnuHelp: TMenuItem
  291.       Caption = 'Help'
  292.       object MnuCallsMade: TMenuItem
  293.         Caption = 'Calls Made'
  294.         OnClick = MnuCallsMadeClick
  295.       end
  296.       object N1: TMenuItem
  297.         Caption = '-'
  298.         Enabled = False
  299.       end
  300.       object MnuAbout: TMenuItem
  301.         Caption = 'About'
  302.         OnClick = MnuAboutClick
  303.       end
  304.     end
  305.   end
  306.   object SetPrinterDialog: TPrintDialog
  307.     Left = 504
  308.     Top = 40
  309.   end
  310. end
  311.